home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Puzzle / xball.swf / scripts / frame_1 / DoAction_2.as next >
Text File  |  2006-05-23  |  268b  |  14 lines

  1. paddle._visible = true;
  2. ball._visible = true;
  3. top._visible = false;
  4. counter = 60;
  5. ScreenWidth = 640;
  6. paddleSpeed = 30;
  7. score = 0;
  8. speed = 6;
  9. speedx = 8;
  10. speedy = 8;
  11. getUrl("FSCommand:fullscreen", "true");
  12. getUrl("FSCommand:trapallkeys", "false");
  13. stop();
  14.